home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / blinkbox.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-10-24  |  1.0 KB  |  32 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="blinkbox" _label="BlinkBox">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="30000"
  10.           convert="invert"/>
  11.  
  12.   <number id="boxsize" type="slider" arg="-boxsize %"
  13.           _label="Box size" _low-label="Small" _high-label="Large"
  14.           low="1" high="8" default="2"/>
  15.  
  16.   <hgroup>
  17.    <boolean id="fade"      _label="Fade"        arg-unset="-no-fade"/>
  18.    <boolean id="blur"      _label="Motion blur" arg-unset="-no-blur"/>
  19.    <boolean id="dissolve"  _label="Dissolve"    arg-set="-dissolve"/>
  20.    <boolean id="wire"      _label="Wireframe"   arg-set="-wireframe"/>
  21.   </hgroup>
  22.  
  23.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  24.  
  25.   <_description>
  26. Shows a ball contained inside of a bounding box.
  27. Colored blocks blink in when the ball hits the sides.
  28.  
  29. Written by Jeremy English; 2003.
  30.   </_description>
  31. </screensaver>
  32.